home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- clearGlobals()
- set the stageColor to 255
- end
-
- on startMovie
- global gProjWinName, gEmailObj, gFirstArrive
- if (the environment).runMode = "Projector" then
- the alertHook = script("Alert")
- set the exitLock to 1
- end if
- dosRegister("6F1561B-12J0E6K")
- gProjWinName = dosGetAppWindowID()
- put "gProjWinName = " & gProjWinName
- dosSetFrontWindow(gProjWinName)
- if dosGetLastError() <> 0 then
- put "windowing error:" & dosGetLastError()
- end if
- if the platform contains "win" then
- nothing()
- end if
- if the platform contains "mac" then
- gEmailObj = new(xtra("DirectEmail"), EMPTY, EMPTY, EMPTY, 139454235)
- else
- gEmailObj = new(xtra("DirectEmail"), EMPTY, EMPTY, EMPTY, 140693184)
- end if
- gFirstArrive = VOID
- end
-